-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add namespace loader #320
base: master
Are you sure you want to change the base?
Add namespace loader #320
Conversation
91639ac
to
d8ea450
Compare
- InRangeNode renamed to InNode
@dg looks like you rebased it. Do I need to change the target branch? Edit: Oh my fault looks like the master was force pushed to another state. I will rebase my branch. |
c31a0f6
to
ac829d3
Compare
2ff766d
to
c430568
Compare
30c1511
to
61d72cf
Compare
fdfde1a
to
4bedda2
Compare
8d92896
to
1267554
Compare
ee646d6
to
b80c3a6
Compare
It looks like @dg has been rebasing this diligently for 2 years. I am also very interested in this feature (the thing I'm trying to do right now likely won't really work without it), as currently there seems to be no way to reference a layout that is not in the same directory as the template, or else have relative paths defined in the {layout} block (ew). Is there something we users could do to help move this forward, or get attention on it? |
6c48587
to
bd46751
Compare
6baf2c5
to
4db7a55
Compare
This introduce a namespace loader. This allows to use a namespace like
app::
similar to Plates and Blade template engine.Usage:
This way it is very flexible as we can use any loader again.